aboutsummaryrefslogtreecommitdiff
path: root/src/pages/blog/[event]/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/blog/[event]/index.astro')
-rw-r--r--src/pages/blog/[event]/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/blog/[event]/index.astro b/src/pages/blog/[event]/index.astro
index 5bab8f0..46e2557 100644
--- a/src/pages/blog/[event]/index.astro
+++ b/src/pages/blog/[event]/index.astro
@@ -112,7 +112,7 @@ const posts = blogs
{
posts.map((post) => (
<li>
- <a href={`/blog/${post.id}`}>
+ <a href={`/astro-blog/blog/${post.id}`}>
<h4 class="title">{post.data.title}</h4>
</a>
</li>